 .hero {
      background: #000000;
      color: white;
      padding: 60px 60px;
      padding-top: 150px;
      padding-bottom: 150px;
      text-align: center;
      opacity: .7;
    }
    .team-member img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
    }